chore: release main#371
Conversation
|
🤖 Created releases: 🌻 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6810880ea1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -1 +1,23 @@ | |||
| # Changelog | |||
|
|
|||
| ## [0.1.0-alpha.0](https://github.com/ai-driven-dev/framework/compare/aidd-ui-v0.1.0-alpha.0...aidd-ui-v0.1.0-alpha.0) (2026-06-30) | |||
There was a problem hiding this comment.
Include aidd-ui in plugin artifact uploads
This new aidd-ui package release will not get the standalone plugin zip that the release workflow attaches for other plugin releases: I checked .github/workflows/ci.yml and the build-plugin matrix only iterates aidd-context, aidd-dev, aidd-vcs, aidd-pm, aidd-orchestrator, and aidd-refine, so even when paths_released contains plugins/aidd-ui the job never runs the gh release upload step for aidd-ui-v0.1.0-alpha.0. Add aidd-ui to that matrix or avoid creating this plugin release.
Useful? React with 👍 / 👎.
| @@ -1 +1,23 @@ | |||
| # Changelog | |||
|
|
|||
| ## [0.1.0-alpha.0](https://github.com/ai-driven-dev/framework/compare/aidd-ui-v0.1.0-alpha.0...aidd-ui-v0.1.0-alpha.0) (2026-06-30) | |||
There was a problem hiding this comment.
Remove the release-as pin after this cut
This section shows the forced aidd-ui 0.1.0-alpha.0 release has now shipped, but release-please-config.json still pins plugins/aidd-ui with release-as: 0.1.0-alpha.0 even though docs/RELEASE.md says to remove pins after the release. With the pin left in place, the next aidd-ui change will be proposed/released as the already-used tag instead of the next prerelease, blocking or corrupting subsequent aidd-ui releases.
Useful? React with 👍 / 👎.
🤖 I have created a release beep boop
5.1.1
5.1.1 (2026-06-30)
Miscellaneous
aidd-ui: 0.1.0-alpha.0
0.1.0-alpha.0 (2026-06-30)
Features
Miscellaneous
Refactoring
This PR was generated with Release Please. See documentation.